* widget.c (update_wm_hints): Return if wmshell is null.
authorJan D. <jan.h.d@swipnet.se>
Sat, 3 Dec 2011 19:15:20 +0000 (20:15 +0100)
committerJan D. <jan.h.d@swipnet.se>
Sat, 3 Dec 2011 19:15:20 +0000 (20:15 +0100)
commitb180942628f0b6547a3dd410bb5cfb050014d5d7
tree7a37d763ddd14ee07653533bc6febb2b34380891
parent933e1d9979a093cdaff8f4e0088499b7a7179964
* widget.c (update_wm_hints): Return if wmshell is null.
(widget_update_wm_size_hints): New function.

* widget.h (widget_update_wm_size_hints): Declare.

* xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
widget_update_wm_size_hints.
src/ChangeLog
src/widget.c
src/widget.h
src/xterm.c